Changed dangerous default parameter values where used to use None instead.
authoremellor@ewan <emellor@ewan>
Sun, 18 Sep 2005 21:41:12 +0000 (22:41 +0100)
committeremellor@ewan <emellor@ewan>
Sun, 18 Sep 2005 21:41:12 +0000 (22:41 +0100)
commit2c3b4d51c5b9c5d2867edbbb7d9de5a1aa9c14e0
tree139c3d4253997c9d743d854c515bee4ebabaa5a1
parent9fa82ce91a8713955fab6a3451b0020590657d86
Changed dangerous default parameter values where used to use None instead.
Renamed variables type and ord since these clash with built-in names.  Renamed
unused variables to mark them as such.  Changed scheduler.py to use *args and
**kwargs rather than the strange non-idiomatic imitation of the same.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/Args.py
tools/python/xen/xend/EventServer.py
tools/python/xen/xend/Vifctl.py
tools/python/xen/xend/scheduler.py
tools/python/xen/xend/xenstore/xswatch.py